@charset "utf-8";

.zb_lb h2 {
    background: #1a56a8;
    color: white;
    font-size: 20px;
}

.lmlb h3 {
    font-size: 20px;
}

.NewsList h1 {
    font-size: 20px;
    text-indent: 1em;
}

/* 栏目标题样式 */

.NewsList {
    border: unset;

}

.yb_nr {
    border-left: 1px solid #ddd;
}

.NewsList h1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
    font-weight: bold;
    color: #1a56a8;
    font-size: 22px;
    background: unset;
    text-indent: unset;
    margin-left: 30px;
}


  @media screen and (max-width: 750px) { 
     .NewsList h1 {
   
    padding-bottom: 0;
  
    } 
  
    }


.NewsList h1 span {
    border-bottom: 3px solid #1a56a8;
    display: inline-block;
    height: 100%;
    padding-bottom: 17px;
    color: #1a56a8;
    font-size: 22px;
    font-weight: bold;
}

/* 栏目标题样式结束 */